home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / cyber4_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-09  |  738b  |  33 lines

  1. /* Prototypes for functions defined in
  2. cyber4.c
  3.  */
  4.  
  5. void AI4_set_gov_prod(struct City * , struct GovNode * );
  6.  
  7. void AI4_get_gov_req(struct GovNode * , struct City * );
  8.  
  9. struct GovNode * AI4_locate_gov(struct City * );
  10.  
  11. void AI4_play_turn(int );
  12.  
  13. int AI4_do_unit_actions(void);
  14.  
  15. int AI4_look_around(struct Unit * );
  16.  
  17. void AI4_execute_standing_order(struct Unit * );
  18.  
  19. void AI4_give_orders(void);
  20.  
  21. void AI4_orders_for_unit(struct Unit * );
  22.  
  23. void AI4_taken_orders(struct Unit * , struct GovNode * );
  24.  
  25. void AI4_defend_orders(struct Unit * , struct GovNode * );
  26.  
  27. void AI4_computer_give_orders(struct Unit * , int , short , short , short , short , int );
  28.  
  29. int AI4_command_walk_coastline(struct Unit * );
  30.  
  31. int AI4_command_goto(struct Unit * );
  32.  
  33.